home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / disk / vcc20.zip / VCCDOCS.BAT < prev    next >
DOS Batch File  |  1996-07-01  |  175b  |  11 lines

  1. @readme vcc.doc
  2. @cls
  3. @echo Would you like to print out VCC.DOC?
  4. @choice
  5. @if errorlevel 2 goto bye
  6. @echo.
  7. @echo Now printing VCC.DOC...
  8. @echo.
  9. @COPY VCC.DOC PRN
  10. :bye
  11.